home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / aspinhtml.def next >
Text File  |  2000-11-08  |  11KB  |  423 lines

  1. object TPersHolder
  2.   P.Name = 'ASP in HTML'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 14
  8.       BlockDelimiters = <>
  9.     end
  10.     item
  11.       Name = 'ASP (VBS)'
  12.       ID = 1
  13.       ParentID = 0
  14.       FIText = 0
  15.       FIIntNum = 1
  16.       FIFloatNum = 2
  17.       FIHexNum = 3
  18.       FISymbol = 24
  19.       UseSymbols = True
  20.       UseComments = True
  21.       UseSingleLineComments = True
  22.       UseStrings = True
  23.       UseSingleLineStrings = True
  24.       UseNumbers = True
  25.       UseKeywords = True
  26.       BlockDelimiters = <
  27.         item
  28.           LeftDelimiter = '<%'
  29.           RightDelimiter = '%>'
  30.           DelimitersArePartOfBlock = True
  31.         end>
  32.       SingleLineCommentDelimiters = <
  33.         item
  34.           FontID = 4
  35.           LeftDelimiter = #39
  36.         end
  37.         item
  38.           FontID = 5
  39.           LeftDelimiter = 'rem'
  40.         end>
  41.       SingleLineStringDelimiters = <
  42.         item
  43.           FontID = 6
  44.           LeftDelimiter = '"'
  45.           RightDelimiter = '"'
  46.         end>
  47.       KeywordSets = <
  48.         item
  49.           FontID = 7
  50.           Name = 'reserved'
  51.           Keywords = 
  52.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  53.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  54.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  55.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  56.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  57.         end>
  58.     end
  59.     item
  60.       Name = 'HTML'
  61.       ID = 2
  62.       ParentID = 0
  63.       FIText = 15
  64.       FIIntNum = 16
  65.       FIFloatNum = 17
  66.       FIHexNum = 18
  67.       UseComments = True
  68.       UseMultiLineComments = True
  69.       UseStrings = True
  70.       UseSingleLineStrings = True
  71.       UseNumbers = True
  72.       UsePrefixedNumbers = True
  73.       UseSuffixedNumbers = True
  74.       UseMultipleNumSuffixes = False
  75.       UsePrefixedIdentifiers = True
  76.       BlockDelimiters = <
  77.         item
  78.           LeftDelimiter = '<'
  79.           RightDelimiter = '>'
  80.           DelimitersArePartOfBlock = True
  81.         end>
  82.       MultiLineCommentDelimiters = <
  83.         item
  84.           FontID = 19
  85.           LeftDelimiter = '<!--'
  86.           RightDelimiter = '-->'
  87.         end>
  88.       SingleLineStringDelimiters = <
  89.         item
  90.           FontID = 20
  91.           LeftDelimiter = '"'
  92.           RightDelimiter = '"'
  93.         end
  94.         item
  95.           FontID = 21
  96.           LeftDelimiter = #39
  97.           RightDelimiter = #39
  98.         end>
  99.       NumPrefixes = <
  100.         item
  101.           LeftDelimiter = '#'
  102.         end>
  103.       NumSuffixes = <
  104.         item
  105.           LeftDelimiter = '%'
  106.         end>
  107.       IdentPrefixes = <
  108.         item
  109.           LeftDelimiter = '/'
  110.         end>
  111.     end
  112.     item
  113.       Name = 'ASP (VBS)'
  114.       ID = 3
  115.       ParentID = 2
  116.       FIText = 8
  117.       FIIntNum = 9
  118.       FIFloatNum = 10
  119.       FIHexNum = 11
  120.       FISymbol = 25
  121.       UseSymbols = True
  122.       UseComments = True
  123.       UseSingleLineComments = True
  124.       UseStrings = True
  125.       UseSingleLineStrings = True
  126.       UseNumbers = True
  127.       UseKeywords = True
  128.       BlockDelimiters = <
  129.         item
  130.           LeftDelimiter = '<%'
  131.           RightDelimiter = '%>'
  132.           DelimitersArePartOfBlock = True
  133.         end>
  134.       SingleLineCommentDelimiters = <
  135.         item
  136.           FontID = 26
  137.           LeftDelimiter = #39
  138.         end
  139.         item
  140.           FontID = 13
  141.           LeftDelimiter = 'rem'
  142.         end>
  143.       SingleLineStringDelimiters = <
  144.         item
  145.           FontID = 22
  146.           LeftDelimiter = '"'
  147.           RightDelimiter = '"'
  148.         end>
  149.       KeywordSets = <
  150.         item
  151.           FontID = 23
  152.           Name = 'reserved'
  153.           Keywords = 
  154.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  155.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  156.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  157.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  158.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  159.         end>
  160.     end>
  161.   P.FontTable = <
  162.     item
  163.       FontID = 0
  164.       GlobalAttrID = 'Script Whitespace'
  165.       BlockID = 1
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clTeal
  168.       Font.Height = -13
  169.       Font.Name = 'Courier New'
  170.       Font.Style = []
  171.     end
  172.     item
  173.       FontID = 1
  174.       GlobalAttrID = 'Script Number'
  175.       BlockID = 1
  176.       Font.Charset = DEFAULT_CHARSET
  177.       Font.Color = clBlue
  178.       Font.Height = -13
  179.       Font.Name = 'Courier New'
  180.       Font.Style = []
  181.     end
  182.     item
  183.       FontID = 2
  184.       GlobalAttrID = 'Script Number'
  185.       BlockID = 1
  186.       Font.Charset = DEFAULT_CHARSET
  187.       Font.Color = clBlue
  188.       Font.Height = -13
  189.       Font.Name = 'Courier New'
  190.       Font.Style = []
  191.     end
  192.     item
  193.       FontID = 3
  194.       GlobalAttrID = 'Script Number'
  195.       BlockID = 1
  196.       Font.Charset = DEFAULT_CHARSET
  197.       Font.Color = clBlue
  198.       Font.Height = -13
  199.       Font.Name = 'Courier New'
  200.       Font.Style = []
  201.     end
  202.     item
  203.       FontID = 4
  204.       GlobalAttrID = 'Script Comment'
  205.       BlockID = 1
  206.       Font.Charset = DEFAULT_CHARSET
  207.       Font.Color = clGray
  208.       Font.Height = -13
  209.       Font.Name = 'Courier New'
  210.       Font.Style = [fsItalic]
  211.     end
  212.     item
  213.       FontID = 5
  214.       GlobalAttrID = 'Script Comment'
  215.       BlockID = 1
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clGray
  218.       Font.Height = -13
  219.       Font.Name = 'Courier New'
  220.       Font.Style = [fsItalic]
  221.     end
  222.     item
  223.       FontID = 6
  224.       GlobalAttrID = 'Script String'
  225.       BlockID = 1
  226.       Font.Charset = DEFAULT_CHARSET
  227.       Font.Color = clMaroon
  228.       Font.Height = -13
  229.       Font.Name = 'Courier New'
  230.       Font.Style = []
  231.     end
  232.     item
  233.       FontID = 7
  234.       GlobalAttrID = 'Script ResWord'
  235.       BlockID = 1
  236.       Font.Charset = DEFAULT_CHARSET
  237.       Font.Color = clBlack
  238.       Font.Height = -13
  239.       Font.Name = 'Courier New'
  240.       Font.Style = [fsBold]
  241.     end
  242.     item
  243.       FontID = 14
  244.       GlobalAttrID = 'Whitespace'
  245.       Font.Charset = DEFAULT_CHARSET
  246.       Font.Color = clBlack
  247.       Font.Height = -13
  248.       Font.Name = 'Courier New'
  249.       Font.Style = []
  250.     end
  251.     item
  252.       FontID = 15
  253.       GlobalAttrID = 'Html tags'
  254.       BlockID = 2
  255.       Font.Charset = DEFAULT_CHARSET
  256.       Font.Color = clBlue
  257.       Font.Height = -13
  258.       Font.Name = 'Courier New'
  259.       Font.Style = []
  260.     end
  261.     item
  262.       FontID = 16
  263.       GlobalAttrID = 'Integer'
  264.       BlockID = 2
  265.       Font.Charset = DEFAULT_CHARSET
  266.       Font.Color = clGreen
  267.       Font.Height = -13
  268.       Font.Name = 'Courier New'
  269.       Font.Style = []
  270.     end
  271.     item
  272.       FontID = 17
  273.       GlobalAttrID = 'Float'
  274.       BlockID = 2
  275.       Font.Charset = DEFAULT_CHARSET
  276.       Font.Color = clGreen
  277.       Font.Height = -13
  278.       Font.Name = 'Courier New'
  279.       Font.Style = []
  280.     end
  281.     item
  282.       FontID = 18
  283.       GlobalAttrID = 'Integer'
  284.       BlockID = 2
  285.       Font.Charset = DEFAULT_CHARSET
  286.       Font.Color = clGreen
  287.       Font.Height = -13
  288.       Font.Name = 'Courier New'
  289.       Font.Style = []
  290.     end
  291.     item
  292.       FontID = 19
  293.       GlobalAttrID = 'Comment'
  294.       BlockID = 2
  295.       Font.Charset = DEFAULT_CHARSET
  296.       Font.Color = clGray
  297.       Font.Height = -13
  298.       Font.Name = 'Courier New'
  299.       Font.Style = [fsItalic]
  300.     end
  301.     item
  302.       FontID = 20
  303.       GlobalAttrID = 'String'
  304.       BlockID = 2
  305.       Font.Charset = DEFAULT_CHARSET
  306.       Font.Color = clMaroon
  307.       Font.Height = -13
  308.       Font.Name = 'Courier New'
  309.       Font.Style = []
  310.     end
  311.     item
  312.       FontID = 21
  313.       GlobalAttrID = 'String'
  314.       BlockID = 2
  315.       Font.Charset = DEFAULT_CHARSET
  316.       Font.Color = clMaroon
  317.       Font.Height = -13
  318.       Font.Name = 'Courier New'
  319.       Font.Style = []
  320.     end
  321.     item
  322.       FontID = 8
  323.       GlobalAttrID = 'Script Whitespace'
  324.       BlockID = 3
  325.       Font.Charset = DEFAULT_CHARSET
  326.       Font.Color = clTeal
  327.       Font.Height = -13
  328.       Font.Name = 'Courier New'
  329.       Font.Style = []
  330.     end
  331.     item
  332.       FontID = 9
  333.       GlobalAttrID = 'Script Number'
  334.       BlockID = 3
  335.       Font.Charset = DEFAULT_CHARSET
  336.       Font.Color = clBlue
  337.       Font.Height = -13
  338.       Font.Name = 'Courier New'
  339.       Font.Style = []
  340.     end
  341.     item
  342.       FontID = 10
  343.       GlobalAttrID = 'Script Number'
  344.       BlockID = 3
  345.       Font.Charset = DEFAULT_CHARSET
  346.       Font.Color = clBlue
  347.       Font.Height = -13
  348.       Font.Name = 'Courier New'
  349.       Font.Style = []
  350.     end
  351.     item
  352.       FontID = 11
  353.       GlobalAttrID = 'Script Number'
  354.       BlockID = 3
  355.       Font.Charset = DEFAULT_CHARSET
  356.       Font.Color = clBlue
  357.       Font.Height = -13
  358.       Font.Name = 'Courier New'
  359.       Font.Style = []
  360.     end
  361.     item
  362.       FontID = 26
  363.       GlobalAttrID = 'Script Comment'
  364.       BlockID = 3
  365.       Font.Charset = DEFAULT_CHARSET
  366.       Font.Color = clGray
  367.       Font.Height = -13
  368.       Font.Name = 'Courier New'
  369.       Font.Style = [fsItalic]
  370.     end
  371.     item
  372.       FontID = 13
  373.       GlobalAttrID = 'Script Comment'
  374.       BlockID = 3
  375.       Font.Charset = DEFAULT_CHARSET
  376.       Font.Color = clGray
  377.       Font.Height = -13
  378.       Font.Name = 'Courier New'
  379.       Font.Style = [fsItalic]
  380.     end
  381.     item
  382.       FontID = 22
  383.       GlobalAttrID = 'Script String'
  384.       BlockID = 3
  385.       Font.Charset = DEFAULT_CHARSET
  386.       Font.Color = clMaroon
  387.       Font.Height = -13
  388.       Font.Name = 'Courier New'
  389.       Font.Style = []
  390.     end
  391.     item
  392.       FontID = 23
  393.       GlobalAttrID = 'Script ResWord'
  394.       BlockID = 3
  395.       Font.Charset = DEFAULT_CHARSET
  396.       Font.Color = clBlack
  397.       Font.Height = -13
  398.       Font.Name = 'Courier New'
  399.       Font.Style = [fsBold]
  400.     end
  401.     item
  402.       FontID = 24
  403.       GlobalAttrID = 'Script Delimiters'
  404.       BlockID = 1
  405.       Font.Charset = DEFAULT_CHARSET
  406.       Font.Color = clTeal
  407.       Font.Height = -13
  408.       Font.Name = 'Courier New'
  409.       Font.Style = []
  410.     end
  411.     item
  412.       FontID = 25
  413.       GlobalAttrID = 'Script Delimiters'
  414.       BlockID = 3
  415.       Font.Charset = DEFAULT_CHARSET
  416.       Font.Color = clTeal
  417.       Font.Height = -13
  418.       Font.Name = 'Courier New'
  419.       Font.Style = []
  420.     end>
  421.   P.SyntaxVersion = 3
  422. end
  423.